home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Advisor
/
CD-ROM Advisor.iso
/
blender
/
blen40m
/
shared.dir
/
00774.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-22
|
247 b
|
14 lines
on mouseUp
global move, s, ADSET
sound playFile 2, "thfwz.AIF"
set move to 1
repeat with s = 48 down to 1
puppetSprite(s, 0)
end repeat
if the shiftDown = 0 then
go("OPEN", ADSET)
else
go("OPEN", "CONTENTS")
end if
end